- xor
- 1. (xor) (59↑, 11↓)Exlusive "or". Meaning one or the other, but not both. In English, "or" is often meaning xor, and the computer "or" (meaning one or the other or both) is and/or. "xor" is used in most computer syntax.
1: Chineese XOR Pizza 2: if (x==1 xor y==1) then ... (meaning If x equals 1 or y equals 1 but not both, then ...
Author: Jerr http://xor.urbanup.com/6645882. (xor) (29↑, 11↓)A binary operator. Denoted as (^) 10011 ^ 01010 ----- 11001Author: blah http://xor.urbanup.com/2288043. (xor) (25↑, 10↓)Xor, also known as exclusive or, operation used in binary. It is commonly used in Assembly and C. %10101010 xor %11011011 = %01110001, where \{ ( 1 and 0 = 1 ) ( 0 and 0 = 0 ) ( 1 and 1 = 0 ). Xor is similar to Or expect of two factors: (1) Xor changes the bit to 0 if both bits are 1 (2) Xor can be undone where Or cannot.Asm ld a,%10101011 xor %11111111 ;a = %01010100 C int a a = %10101011 xor %11111111 ;a= %01010100
Author: Name what name http://xor.urbanup.com/17482424. (xor) (17↑, 3↓)Conjunction meaning either the thing preceding it or the thing following it, but not both.I'll order a pizza xor Chinese.
Author: null set http://xor.urbanup.com/1971965. (xor) (20↑, 34↓)Modified suffix denoting elite(1337)ness Origin: hacker -\> h4x0r Variations: zor, xor, x0r Plural: xorzOMG HAWT CHIX0Rz fux0r pwnt u
Author: erilaz http://xor.urbanup.com/976986Last updated: 2012.03.01
Urban English dictionary. 2013.